home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 March / PCWorld_2002-03_cd.bin / Komunik / opera / mac / Opera5.0Installer.PPC.sit / Opera 5.0 Installer.PPC / Styles / cache.css < prev    next >
Cascading Style Sheet File  |  2001-08-24  |  653b  |  46 lines

  1. /* Stylesheet for the Opera Cache document */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. body {
  5. font-size: 10.5pt;
  6. font-family: Georgia, serif;
  7. background-color: white;
  8. color: black;
  9. }
  10. a:link, a:visited {
  11. color: blue;
  12. text-decoration: none;
  13. }
  14.  
  15. table {
  16. border: none;
  17. padding: 0;
  18. border-spacing: 0;
  19. font-size: 10.5pt;
  20. white-space: nowrap;
  21. }
  22.  
  23. .nameh, .sizeh, .addressh {
  24. background-color: #ddd;
  25. font-style: normal;
  26. font-weight: normal;
  27. text-align: left;
  28. padding: 0;
  29. }
  30.  
  31. .memory {
  32. color: red;
  33. }
  34.  
  35. .name, .size {
  36. font-family: Lucida Console, Courier New, monospace;
  37. }
  38.  
  39. .sizeh, .size { 
  40. text-align: right;
  41. }
  42.  
  43. .sizeh, .addressh, .size, .address {
  44. padding-left: 1em;
  45. }
  46.